runtime.spanSetBlock.spans (field)

5 uses

	runtime (current package)
		mspanset.go#L69: 	spans [spanSetBlockEntries]*mspan
		mspanset.go#L136: 	atomic.StorepNoWB(unsafe.Pointer(&block.spans[bottom]), unsafe.Pointer(s))
		mspanset.go#L190: 	s := (*mspan)(atomic.Loadp(unsafe.Pointer(&block.spans[bottom])))
		mspanset.go#L195: 		s = (*mspan)(atomic.Loadp(unsafe.Pointer(&block.spans[bottom])))
		mspanset.go#L200: 	atomic.StorepNoWB(unsafe.Pointer(&block.spans[bottom]), nil)